Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace some eltype with genetic typing, use isone and iszero for typ… #19

Merged
merged 15 commits into from
Mar 8, 2024

Conversation

jbytecode
Copy link
Contributor

@jbytecode jbytecode commented Mar 7, 2024

  • replace some eltype() usage with generic types
  • use iszero for if n == 0 and isone for if n == 1 for more type stable code
  • remove multiline string in error() calls
  • Introduce return types for some functions
  • Add tests for untested functions
  • Improve test framework with less dependencies
  • Introduce a command line utility to report current coverage ratio

@jbytecode
Copy link
Contributor Author

@Kevin-Mattheus-Moerman - Sorry for flooding, it may have much time to review all the things.

@Kevin-Mattheus-Moerman Kevin-Mattheus-Moerman merged commit 088e380 into COMODO-research:main Mar 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants